home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
BBS in a Box 7
/
BBS in a Box - Macintosh - Volume VII (BBS in a Box) (January 1993).iso
/
Files
/
Hyper
/
S-Sh
/
ScrollControl.cpt
/
ScrollControl XCMD
/
background_7195.txt
< prev
next >
Wrap
Text File
|
1989-04-22
|
2KB
|
115 lines
-- background: 7195 from stack: in
-- bmap block id: 7901
-- flags: 0000
-- background id: 0
-- name:
-- part 2 (field)
-- low flags: 01
-- high flags: 0007
-- rect: left=20 top=149 right=272 bottom=492
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 0
-- font id: 3
-- text size: 9
-- style flags: 0
-- line height: 12
-- part name: source code listing
-- part 3 (field)
-- low flags: 01
-- high flags: 0000
-- rect: left=20 top=108 right=146 bottom=491
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 0
-- font id: 3
-- text size: 9
-- style flags: 0
-- line height: 12
-- part name:
-- part 4 (button)
-- low flags: 00
-- high flags: A002
-- rect: left=20 top=271 right=286 bottom=144
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 1
-- font id: 0
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name: Copy Source Code
----- HyperTalk script -----
on mouseUp
select text of field "source code listing"
doMenu "Copy Text"
select empty
end mouseUp
-- part 6 (button)
-- low flags: 00
-- high flags: 2000
-- rect: left=268 top=298 right=332 bottom=295
-- title width / last selected line: 0
-- icon id / first selected line: 8419 / 8419
-- text alignment: 1
-- font id: 0
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name: Next
----- HyperTalk script -----
on mouseUp
visual effect barn door open fast
go next
end mouseUp
-- part 7 (button)
-- low flags: 00
-- high flags: 2000
-- rect: left=229 top=305 right=325 bottom=260
-- title width / last selected line: 0
-- icon id / first selected line: 1011 / 1011
-- text alignment: 1
-- font id: 0
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name: Home
----- HyperTalk script -----
on mouseUp
visual effect barn door close fast
go home
end mouseUp
-- part 8 (button)
-- low flags: 00
-- high flags: 2000
-- rect: left=197 top=298 right=332 bottom=224
-- title width / last selected line: 0
-- icon id / first selected line: 17779 / 17779
-- text alignment: 1
-- font id: 0
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name: Previous
----- HyperTalk script -----
on mouseUp
visual effect barn door close fast
go prev
end mouseUp